home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / ClickNslide.swf / scripts / DefineButton2_111 / BUTTONCONDACTION on(release).as < prev    next >
Text File  |  2001-07-14  |  224b  |  9 lines

  1. on(release){
  2.    gotoAndStop(2);
  3.    _parent.puzzle.reset();
  4.    _parent.puzzle.puzzlesize = _parent.puzzle.newpuzzlesize;
  5.    _parent.puzzle.buildPuzzle();
  6.    _parent.puzzle.BuildArray();
  7.    _parent.puzzle.shuffle();
  8. }
  9.